home *** CD-ROM | disk | FTP | other *** search
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE properties>
- <properties version="1.0">
-
- <name>
- <short>DivX Video decoder</short>
- <long>DivX Video decoder</long>
- </name>
-
- <description>Decodes DivX ASP video formats.</description>
-
- <type>plugin</type>
-
- <plugin>
-
- <name>com.divx.streamengine.plugin.DivxASPDecode</name>
-
- <interfaces>
-
- <interface>
- <name>com.divx.streamengine.plugin.Transform</name>
- </interface>
- <interface>
- <name>com.divx.streamengine.pluginInterface.Transform</name>
- </interface>
- <interface>
- <name>com.divx.streamengine.pluginInterface.DSEPlugin</name>
- </interface>
- <interface>
- <name>com.divx.streamengine.pluginInterface.Settings</name>
- </interface>
-
- <!-- Settings
- name PostProc|Mode
- type uint32_t
- values (0 = No postprocessing, 1 = Full Deblock Plus Sharpen, 2 = Custom Deblock, 3 = Full Auto)
-
- name PostProc|Deblocking - this is only valid for custom Deblocking
- type uint32_t
- values (0 - 4)
-
- name Color|Brightness
- type uint32_t
- values (-127 through 128)
-
- name Color|Contrast
- type uint32_t
- values (-127 through 128)
-
- name Color|Saturation
- type uint32_t
- values (-127 through 128)
-
- name Color|Warmth
- type uint32_t
- values (0 - 5)
- -->
-
- </interfaces>
-
- <StreamEngine version="2.1">
-
- <portGroup>
-
- <port type="in" mode="pull" model="release" media="video">
- <format cost="10" fourCC="DX50"/>
- <format cost="10" fourCC="DIVX"/>
- <format cost="10" fourCC="divx"/>
- <format cost="10" fourCC="DivX"/>
- <format cost="10" fourCC="Divx"/>
- <format cost="10" fourCC="DIV3"/>
- <format cost="10" fourCC="XVID"/>
- <format cost="10" fourCC="xvid"/>
- <format cost="10" fourCC="XviD"/>
- <format cost="10" fourCC="xviD"/>
- <format cost="10" fourCC="Xvid"/>
- </port>
-
- <port type="out" mode="pull" model="retain" media="video">
- <format cost="10" fourCC="IYUV"/>
- <format cost="10" fourCC="I420"/>
- <format cost="10" fourCC="YV12"/>
- <format cost="20" fourCC="UYVY"/>
- <format cost="25" fourCC="YUY2"/>
- <format cost="50" fourCC="RGBA"/>
- <format cost="80" fourCC="RV16"/>
- </port>
-
- </portGroup>
-
- </StreamEngine>
-
- <version>
- <major>3</major>
- <minor>0</minor>
- <micro>0</micro>
- </version>
-
- </plugin>
-
- </properties>
-